home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 May / macformat_103_may_2001.iso / Demos / REALbasic® 3 / REALbasic 3 / REALbasic 3.rsrc / STR#_3002.txt < prev    next >
Encoding:
Text File  |  2001-01-31  |  12.0 KB  |  799 lines

  1. 0000  "No further description available."
  2.  
  3.  
  4. 0001  "ErrBAD"
  5.  
  6.  
  7. 0002  "ErrFATAL"
  8.  
  9.  
  10. 0003  "ErrOther"
  11.  
  12.  
  13. 0004  "ErrBadId"
  14.  
  15.  
  16. 0005  "ErrLock"
  17.  
  18.  
  19. 0006  "ErrNoSeg"
  20.  
  21.  
  22. 0007  "ErrNoPage"
  23.  
  24.  
  25. 0008  "ErrNoBuffer"
  26.  
  27.  
  28. 0009  "ErrIO"
  29.  
  30.  
  31. 000a  "ErrFull"
  32.  
  33.  
  34. 000b  "ErrNoFile"
  35.  
  36.  
  37. 000c  "ErrRange"
  38.  
  39.  
  40. 000d  "ErrFile"
  41.  
  42.  
  43. 000e  "ErrMemory"
  44.  
  45.  
  46. 000f  "ErrIntegity"
  47.  
  48.  
  49. 0010  "ErrNoScan"
  50.  
  51.  
  52. 0011  "ErrNoMoreRecords"
  53.  
  54.  
  55. 0012  "ErrBufferFull"
  56.  
  57.  
  58. 0013  "ErrExists"
  59.  
  60.  
  61. 0014  "ErrDoesNotExist"
  62.  
  63.  
  64. 0015  "ErrServer"
  65.  
  66.  
  67. 0016  "ErrClient"
  68.  
  69.  
  70. 0017  "ErrSync"
  71.  
  72.  
  73. 0018  "ErrNet"
  74.  
  75.  
  76. 0019  "ErrStopped"
  77.  
  78.  
  79. 001a  "ErrPassword"
  80.  
  81.  
  82. 001b  "ErrAccess"
  83.  
  84.  
  85. 001c  "ErrDivByZero"
  86.  
  87.  
  88. 1000  "Fatal internal system error."
  89.  
  90.  
  91. 1010  "User-level language token error."
  92.  
  93.  
  94. 1020  "User-level syntax grammar error."
  95.  
  96.  
  97. 1030  "Internal language token error."
  98.  
  99.  
  100. 1040  "Internal language syntax error."
  101.  
  102.  
  103. 1050  "Internal language runtime error."
  104.  
  105.  
  106. 1060  "Transaction error."
  107.  
  108.  
  109. 1070  "Relation error."
  110.  
  111.  
  112. 1080  "Authorization error."
  113.  
  114.  
  115. 1090  "Referential integrity error."
  116.  
  117.  
  118. 1100  "I/O problems."
  119.  
  120.  
  121. 1110  "Memory problems."
  122.  
  123.  
  124. 1120  "Startup problems."
  125.  
  126.  
  127. 1130  "Integrity error."
  128.  
  129.  
  130. 1140  "Communication error."
  131.  
  132.  
  133. 1150  "Math error."
  134.  
  135.  
  136. 1160  "Result access error."
  137.  
  138.  
  139. 1180  "Database compatibility error."
  140.  
  141.  
  142. 1190  "System resource error."
  143.  
  144.  
  145. 11a0  "SAA application error."
  146.  
  147.  
  148. 2000  "No error."
  149.  
  150.  
  151. 2001  "Error, not further described."
  152.  
  153.  
  154. 2002  "Attempt to use an unimplemented feature."
  155.  
  156.  
  157. 2003  "Bad internal command found."
  158.  
  159.  
  160. 2008  "Requested resources are locked by other applications."
  161.  
  162.  
  163. 2009  "File '%s' is no valid database or does not exist."
  164.  
  165.  
  166. 200d "Transaction aborted during deadlock."
  167.  
  168. 200e  "Account failed. User or password is not valid."
  169.  
  170.  
  171. 200f  "Transaction ended, mailbox identifier is no longer valid."
  172.  
  173.  
  174. 2110  "End of request reached too early."
  175.  
  176.  
  177. 2111  "Found '%s', expected 'end of request'."
  178.  
  179.  
  180. 2112  "Found '%s', expected '%s'."
  181.  
  182.  
  183. 2113  "Found '%s', expected command."
  184.  
  185.  
  186. 2114  "Found '%s', expected table/index name."
  187.  
  188.  
  189. 2115  "Found '%s', expected column name."
  190.  
  191.  
  192. 2116  "Found '%s', expected type name."
  193.  
  194.  
  195. 2117  "Found '%s', expected user name."
  196.  
  197.  
  198. 2118  "Found '%s', expected password."
  199.  
  200.  
  201. 2119  "Found '%s', expected access right."
  202.  
  203.  
  204. 211a  "Found '%s', expected user value."
  205.  
  206.  
  207. 211b  "Found '%s', expected condition."
  208.  
  209.  
  210. 211c  "Found '%s', expected factor."
  211.  
  212.  
  213. 211d  "Found '%s', expected number."
  214.  
  215.  
  216. 2200  "Server main memory overflow."
  217.  
  218.  
  219. 2201  "Table or stack overflow."
  220.  
  221.  
  222. 2202  "Record creation error."
  223.  
  224.  
  225. 2203  "Column '%s' creation error."
  226.  
  227.  
  228. 2204  "Index creation error for column '%s'."
  229.  
  230.  
  231. 2205  "Access right creation error on '%s'."
  232.  
  233.  
  234. 2210  "Lock-Table overflow. Increase tag SBLOCKS."
  235.  
  236.  
  237. 2211  "Transaction-Table overflow."
  238.  
  239.  
  240. 2212  "Database size limit reached."
  241.  
  242.  
  243. 2213  "Search condition limit reached."
  244.  
  245.  
  246. 2214  "Request is too complex."
  247.  
  248.  
  249. 2215  "Too many columns selected. System limit is set to 64 colums."
  250.  
  251.  
  252. 2216  "Too many expressions in projectionlist detected."
  253.  
  254.  
  255. 2300  "Incompatible parameters."
  256.  
  257.  
  258. 2301  "Number of parameters is incorrect for function '%s'."
  259.  
  260.  
  261. 2302  "Parameter '%s' has bad type."
  262.  
  263.  
  264. 2303  "Function '%s' is not available."
  265.  
  266.  
  267. 2304  "Division by zero occurred."
  268.  
  269.  
  270. 2305  "Conversion error: Value '%s' is out of range."
  271.  
  272.  
  273. 2306  "Conversion error: Value '%s' contains illegal characters."
  274.  
  275.  
  276. 2307  "Conversion error: Signed mismatch error for value '%s'."
  277.  
  278.  
  279. 2308  "Conversion error: Parameter is incompatible for operation '%s'."
  280.  
  281.  
  282. 2309  "Conversion error: Value '%s' can not be converted implicitly."
  283.  
  284.  
  285. 230a  "Bad usage of SUM or AVG function."
  286.  
  287. 230b  "Parameter '%s' is unknown or invalid."
  288.  
  289.  
  290. 230c  "'%s' is out of range for datatype."
  291.  
  292.  
  293. 2330  "Integrity of blobs is violated."
  294.  
  295. 2400  "No nested transactions allowed."
  296.  
  297.  
  298. 2401  "No transaction started."
  299.  
  300.  
  301. 2402  "Transaction was terminated on client request."
  302.  
  303. 2500  "Table '%s' does not exist."
  304.  
  305.  
  306. 2501  "Column '%s' does not exist."
  307.  
  308.  
  309. 2502  "Index '%s' does not exist."
  310.  
  311.  
  312. 2503  "User '%s' does not exist."
  313.  
  314.  
  315. 2510  "Table '%s' exists."
  316.  
  317.  
  318. 2511  "Column '%s' exists."
  319.  
  320.  
  321. 2512  "Index '%s' exists."
  322.  
  323.  
  324. 2520  "Too many tables."
  325.  
  326.  
  327. 2521  "Too many columns for table."
  328.  
  329.  
  330. 2522  "Too many users."
  331.  
  332.  
  333. 2530  "Number of values does not match number of columns."
  334.  
  335.  
  336. 2531  "Columns '%s' and '%s' have incompatible types."
  337.  
  338.  
  339. 2532  "Value '%s' has incompatible type."
  340.  
  341.  
  342. 2540  "'%s' represents several tables."
  343.  
  344.  
  345. 2541  "Found double column '%s'."
  346.  
  347.  
  348. 2542  "Identifier '%s' is too large."
  349.  
  350.  
  351. 25f0  "No join for operation '%s' supported."
  352.  
  353.  
  354. 25f1  "Union or intersection tables do not match."
  355.  
  356.  
  357. 2600  "Authorization failed and access denied."
  358.  
  359.  
  360. 2601  "Authorization failed. Access right '%s' not available."
  361.  
  362.  
  363. 2602  "User is not creator of relation '%s'."
  364.  
  365.  
  366. 2700  "NULL value not allowed for column '%s'."
  367.  
  368.  
  369. 2701  "UNIQUE value exists for column '%s'."
  370.  
  371.  
  372. 2f00  "General memory error."
  373.  
  374.  
  375. 2f01  "General virtual memory error."
  376.  
  377.  
  378. 2f02  "Virtual memory initialization error."
  379.  
  380.  
  381. 2f03  "Virtual memory exhausted."
  382.  
  383.  
  384. 2f04  "Virtual memory main memory slots exhausted. Increase tag VMMEMSLOTS"
  385.  
  386.  
  387. 2f05  "Memory manager '%s' not found."
  388.  
  389.  
  390. 2f06  "Memory manager error '%s' occurred."
  391.  
  392.  
  393. 3000  "Error, not further described."
  394.  
  395.  
  396. 3001  "General I/O error."
  397.  
  398.  
  399. 3002  "Error opening file '%s': file not found."
  400.  
  401.  
  402. 3003  "Error opening file '%s': file access error."
  403.  
  404.  
  405. 3004  "Error creating file '%s': file exists."
  406.  
  407.  
  408. 3005  "Error closing file."
  409.  
  410.  
  411. 3006  "Error writing data."
  412.  
  413.  
  414. 3007  "Error reading data."
  415.  
  416.  
  417. 3008  "Error opening file '%s': path not found."
  418.  
  419. 3200  "Syntax error: found '%s', expected '%s' in line '%s'."
  420.  
  421.  
  422. 3201  "Section '[%s]' not found."
  423.  
  424.  
  425. 3202  "End-of-file reached too early."
  426.  
  427.  
  428. 3203  "Parameter '%s' is unknown in line '%s'."
  429.  
  430.  
  431. 3204  "Switch '%s' is unknown in line '%s'."
  432.  
  433.  
  434. 3205  "Parameter '%s' invalid  in line '%s'."
  435.  
  436.  
  437. 3300  "Integrity error occurred."
  438.  
  439.  
  440. 3301  "Bad file size detected."
  441.  
  442.  
  443. 3302  "Checksum error occurred."
  444.  
  445.  
  446. 3303  "Database in use, or integrity of page counter is bad."
  447.  
  448.  
  449. 3304  "Integrity of record header is bad."
  450.  
  451.  
  452. 3305  "Database '%s' is in use."
  453.  
  454.  
  455. 3310  "Cannot recover: too many bad pages detected."
  456.  
  457.  
  458. 3311  "Cannot recover: internal integrity violated."
  459.  
  460.  
  461. 3312  "Cannot recover: bad clusters detected."
  462.  
  463.  
  464. 3320  "Cannot recover: Index [%s] dropped. Rerun recover utility."
  465.  
  466.  
  467. 3321  "Info: Bad records in relation [%s] dropped. Rerun recover utility."
  468.  
  469. 3400  "General communication error occurred."
  470.  
  471.  
  472. 3401  "Communication system not found."
  473.  
  474.  
  475. 3402  "Communication system error '%s' during '%s'."
  476.  
  477.  
  478. 3403  "Communication sync error '%s'."
  479.  
  480.  
  481. 3410  "Connection to server lost."
  482.  
  483. 3411  "Duplicate server name '%s' detected."
  484.  
  485. 3412  "Could not reset net adapter."
  486.  
  487. 3413  "Net ressources are exhausted."
  488.  
  489. 3414  "Database '%s' is in use by another server."
  490.  
  491. 3415  "Server '%s' does not answer."
  492.  
  493. 3416  "Server aborted communication."
  494.  
  495.  
  496. 3430  "Transaction was stopped."
  497.  
  498.  
  499. 3440 "No network protocol available."
  500.  
  501. 3500  "General math error."
  502.  
  503.  
  504. 3501  "Divison by zero."
  505.  
  506.  
  507. 3502  "Values '%s', '%s' must have identical types."
  508.  
  509.  
  510. 3503  "Cannot transform string '%s' to type decimal."
  511.  
  512.  
  513. 3600  "General level 2 runtime error."
  514.  
  515.  
  516. 3601  "No result data available."
  517.  
  518.  
  519. 3602  "Empty table received as result."
  520.  
  521.  
  522. 3603  "Cursor range overflow."
  523.  
  524.  
  525. 3604  "Column range overflow."
  526.  
  527.  
  528. 3605  "Buffer overflow for field '%s'."
  529.  
  530.  
  531. 3606  "Value out of range."
  532.  
  533.  
  534. 3607  "Request did not affect any records."
  535.  
  536.  
  537. 3800  "General compatibility error occurred."
  538.  
  539.  
  540. 3801  "Version '%s' is not compatible with version '%s'."
  541.  
  542.  
  543. 3802  "Trial version not compatible with full-fledged version."
  544.  
  545.  
  546. 3900  "General system resource error occurred."
  547.  
  548.  
  549. 3901  "System resource '%s' is not available."
  550.  
  551. 3902  "Result-Table overflow. Increase tag RESULTS."
  552.  
  553. 3903 "No more Requests available."
  554.  
  555. 3a00  "General SAA error occurred."
  556.  
  557.  
  558. 3a01  "Maximum number of objects reached."
  559.  
  560.  
  561. 3a02  "Maximum number of properties reached."
  562.  
  563.  
  564. 3a03  "Object '%s' does not own property '%s'."
  565.  
  566.  
  567. 3a04  "Object '%s' is unknown by the system."
  568.  
  569.  
  570. 3a05  "'%s' objects cannot be children of '%s' objects."
  571.  
  572.  
  573. 3f00  "General memory error."
  574.  
  575.  
  576. 3f01  "General virtual memory error."
  577.  
  578.  
  579. 3f02  "Virtual memory initialization error."
  580.  
  581.  
  582. 3f03  "Virtual memory exhausted."
  583.  
  584.  
  585. 3f04  "Virtual memory main memory slots exhausted. Increase tag VMMEMSLOTS"
  586.  
  587.  
  588. 3f05  "Memory manager '%s' not found."
  589.  
  590.  
  591. 3f06  "Memory manager error '%s' occurred."
  592.  
  593.  
  594. 4000  "Server: Error, not further described."
  595.  
  596. 4001  "Server: General I/O error."
  597.  
  598. 4002  "Server: Error opening file '%s': file not found."
  599.  
  600. 4003  "Server: Error opening file '%s': file access error."
  601.  
  602. 4004  "Server: Error creating file '%s': file exists."
  603.  
  604. 4005 "Server: Error closing file."
  605.  
  606. 4006  "Server: Error writing data."
  607.  
  608. 4007  "Server: Error reading data."
  609.  
  610. 4008  "Server: Error opening file '%s': path not found."
  611.  
  612. 4200  "Server: Syntax error: found '%s', expected '%s' in line '%s'."
  613.  
  614. 4201  "Server: Section '[%s]' not found."
  615.  
  616. 4202  "Server: End-of-file reached too early."
  617.  
  618. 4203  "Server: Parameter '%s' is unknown in line '%s'."
  619.  
  620. 4204  "Server: Switch '%s' is unknown in line '%s'."
  621.  
  622. 4205  "Server: Parameter '%s' invalid  in line '%s'."
  623.  
  624. 4300  "Server: Integrity error occurred."
  625.  
  626. 4301  "Server: Bad file size detected."
  627.  
  628. 4302  "Server: Checksum error occurred."
  629.  
  630. 4303  "Server: Database in use, or integrity of page counter is bad."
  631.  
  632. 4304  "Server: Integrity of record header is bad."
  633.  
  634. 4305  "Server: Database '%s' is in use."
  635.  
  636. 4310  "Server: Cannot recover: too many bad pages detected."
  637.  
  638. 4311  "Server: Cannot recover: internal integrity violated."
  639.  
  640. 4312  "Server: Cannot recover: bad clusters detected."
  641.  
  642. 4320  "Server: Index [%s] dropped. Rerun recover utility."
  643.  
  644. 4321  "Server: Bad records in relation [%s] dropped. Rerun recover utility."
  645.  
  646. 4400  "Server: General communication error occurred."
  647.  
  648. 4401  "Server: Communication system not found."
  649.  
  650. 4402  "Server: Communication system error '%s' during '%s'."
  651.  
  652. 4403  "Server: Communication sync error '%s'."
  653.  
  654. 4410  "Server: Connection to server lost."
  655.  
  656. 4411  "Server: Duplicate server name '%s' detected."
  657.  
  658. 4412  "Server: Could not reset net adapter."
  659.  
  660. 4413  "Server: Net ressources are exhausted."
  661.  
  662. 4414  "Server: Database '%s' is in use by another server."
  663.  
  664. 4415  "Server: Server '%s' does not answer."
  665.  
  666. 4416  "Server: Server aborted communication."
  667.  
  668. 4430  "Server: Transaction was stopped."
  669.  
  670. 4440 "Server: No network protocol available."
  671.  
  672. 4f00  "Server: General memory error."
  673.  
  674. 4f01  "Server: General virtual memory error."
  675.  
  676. 4f02  "Server: Virtual memory initialization error."
  677.  
  678. 4f03  "Server: Virtual memory exhausted."
  679.  
  680. 4f04  "Server: Virtual memory main memory slots exhausted. Increase tag VMMEMSLOTS"
  681.  
  682. 4f05  "Server: Memory manager '%s' not found."
  683.  
  684. 4f06  "Server: Memory manager error '%s' occurred."
  685.  
  686. 9000  "No error."
  687.  
  688.  
  689. 9001  "Error, not further described."
  690.  
  691.  
  692. 9100  "User '%s' request received. Pbid '%s'."
  693.  
  694.  
  695. 9101  "User '%s' request started. TA '%s'."
  696.  
  697.  
  698. 9102  "User '%s' request finished. TA '%s'."
  699.  
  700.  
  701. 9200  "User '%s' TA started. TA '%s'."
  702.  
  703.  
  704. 9201  "User '%s' TA committed. TA '%s'."
  705.  
  706.  
  707. 9202  "User '%s' TA aborted. TA '%s'."
  708.  
  709.  
  710. 9300  "User '%s' TA locked. TA '%s'."
  711.  
  712.  
  713. 9301  "User '%s' TA rescheduled. TA '%s'."
  714.  
  715.  
  716. 9302  "User '%s' TA aborted by system. TA '%s'."
  717.  
  718.  
  719. 9303 "Error '%s' during '%s'."
  720.  
  721. 9304 "Error '%s' during '%s' on protocol '%s'."
  722.  
  723. 9305 "No protocol for call '%s'."
  724.  
  725. 9306 "'%s' reports error '%s'."
  726.  
  727. 9307 "Unknown message hdr received: type = '%s'."
  728.  
  729. 9308 "Abort hdr received from client '%s' on protocol '%s'."
  730.  
  731. 9400  "Deadlock detected."
  732.  
  733.  
  734. 9401  "Client '%s' does not answer."
  735.  
  736.  
  737. 9402  "Client '%s' quitted communication. Error is [%s]."
  738.  
  739.  
  740. 9403  "Network connection is down."
  741.  
  742.  
  743. 9404  "Network error at address [%s] is [%s]."
  744.  
  745.  
  746. 9405  "Network error [%s]."
  747.  
  748.  
  749. 9406  "Network sync error at address [%s]."
  750.  
  751. 9407 "Network error '%s' during '%s'."
  752.  
  753. 9408 "Network error '%s' during '%s' on protocol '%s'."
  754.  
  755. 9409 "Resource error '%s' during '%s'."
  756.  
  757. 940a "Timeout during '%s'."
  758.  
  759. 940b "No ack from client '%s' on protocol '%s'."
  760.  
  761. 9500  "Internal error in client '%s'. Error is [%s]."
  762.  
  763.  
  764. 9501  "Server started."
  765.  
  766.  
  767. 9502  "Server ended."
  768.  
  769.  
  770. 9503  "Server killed."
  771.  
  772.  
  773. 9504  "Server stopped."
  774.  
  775.  
  776. 9505  "Server receives signal [%s]."
  777.  
  778.  
  779. 9506  "Server run mode for DB '%s' initiated."
  780.  
  781.  
  782. 9507  "Server recovery for DB '%s' initiated."
  783.  
  784.  
  785. 9508  "Server creation for DB '%s' initiated."
  786.  
  787.  
  788. 9509  "Server initialization error '%s' in '%s'."
  789.  
  790.  
  791. 950a  "Logging started."
  792.  
  793.  
  794. 950b  "Logging stopped."
  795.  
  796.  
  797. 950c "No network protocol available."
  798.  
  799.